projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1a257c
)
pathbar: Don't do the same thing twice.
author
Benjamin Otte
<otte@redhat.com>
Fri, 6 Mar 2020 04:53:20 +0000
(
05:53
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 6 Mar 2020 04:53:20 +0000
(
05:53
+0100)
Don't do the same thing twice.
gtk/gtkpathbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpathbar.c
b/gtk/gtkpathbar.c
index b257e1b4d1fd09164fecb0dfefb277b70fe06298..6e1599b69ee19be30e93c60a9eab6c5d7895e339 100644
(file)
--- a/
gtk/gtkpathbar.c
+++ b/
gtk/gtkpathbar.c
@@
-201,8
+201,6
@@
gtk_path_bar_init (GtkPathBar *path_bar)
GtkPathBarPrivate *priv = gtk_path_bar_get_instance_private (path_bar);
GtkEventController *controller;
- priv = gtk_path_bar_get_instance_private (path_bar);
-
priv->up_slider_button = gtk_button_new_from_icon_name ("pan-start-symbolic");
gtk_widget_set_parent (priv->up_slider_button, GTK_WIDGET (path_bar));